Improve docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Jun 2006 09:52:36 +0000 (09:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 Jun 2006 09:52:36 +0000 (09:52 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkprintoperation.c

index baa24ed7eaad3b92d9a3f6fc7adb1e4d833398f6..f381ee984267604b438714d6c2e2a0c0aaa1583f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation.c: Clarify docs for the allow-async
+       property.  (#346108, Christian Persch)
+
 2006-06-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkprinter.c: 
index baa24ed7eaad3b92d9a3f6fc7adb1e4d833398f6..f381ee984267604b438714d6c2e2a0c0aaa1583f 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation.c: Clarify docs for the allow-async
+       property.  (#346108, Christian Persch)
+
 2006-06-28  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkprinter.c: 
index 995eeff0785ed685b019d6400d320c3a97e61350..66cd9491a8a4071e0e6d76e1a8f5ad68214cff1a 100644 (file)
@@ -1015,10 +1015,16 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
    * GtkPrintOperation:allow-async:
    *
    * Determines whether the print operation may run asynchronously or not.
+   *
    * Some systems don't support asynchronous printing, but those that do
    * will return %GTK_PRINT_OPERATION_RESULT_IN_PROGRESS as the status, and
    * emit the done signal when the operation is actually done.
    *
+   * The Windows port does not support asynchronous operation
+   * at all (this is unlikely to change). On other platforms, all actions
+   * except for %GTK_PRINT_OPERATION_ACTION_EXPORT support asynchronous
+   * operation.
+   *
    * Since: 2.10
    */
   g_object_class_install_property (gobject_class,